lib/repo-pull: Add an explanatory comment
authorMatthew Leeds <matthew.leeds@endlessm.com>
Mon, 22 Oct 2018 22:11:14 +0000 (15:11 -0700)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 23 Oct 2018 14:26:50 +0000 (14:26 +0000)
Closes: #1763
Approved by: pwithnall

src/libostree/ostree-repo-pull.c

index 4a3adf2a6789cdd7feebf3cbd704af9867515423..1efb38b31ebc23a5226a49d2e352c4bad4de4e43 100644 (file)
@@ -5020,6 +5020,7 @@ ostree_repo_find_remotes_async (OstreeRepo                     *self,
         }
 #endif  /* HAVE_AVAHI */
 
+      /* self->repo_finders is guaranteed to be non-empty */
       g_assert (default_finders != NULL);
       finders = default_finders;